-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix surface sat vap pressure, remove T_freeze overwrite #416
Conversation
The changes seem rather large... |
yes. I'm wondering if there is some other cause for it. I'll check if for this version qt is exactly zero, and compare with the qt profile from main. |
if I am not wrong they still don't reproduce all changes you had in the big free PR, right ? |
45d0090
to
a83e281
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me , T_freeze = 100.0 is a good change for now we should not be running into this temps anyways
Hopefully we will be able to test a better root solver soon |
|
1a663a0
to
2ed3649
Compare
bors r+ |
Build succeeded: |
449: Bump version for new release r=charleskawczynski a=charleskawczynski Co-authored-by: Charles Kawczynski <[email protected]>
This PR removes the
T_freeze
overwrite for all cases exceptTRMM
andGATE
.It also replaces the surface saturation vapour pressure calculation that assumed liquid only, with one that assumes phase partitioning depending on temperature.